The access token received from the authorization server in the OAuth 2.0 flow.
If set to explained, the response will include an explanation of the match.
simple, explained "explained"
The external vendor vocabulary you want to see the Skills displayed in. This will only work for vendors that are activated on your tenant.
workday, sap_attribute_library "workday"
List of filters to be applied on the entities before matching
[
{
"filter": "last_updated",
"value": "2022-01-01",
"operator": "lt"
},
{
"filter": "custom_property_equal",
"from_entity_property": "desired_wage",
"to_entity_property": "wage"
},
{
"filter": "custom_property",
"property_name": "direct_manager",
"property_value": "John Doe"
},
{
"filter": "custom_property_is_in",
"from_entity_property": "required_drivers_license",
"to_entity_property": "drivers_licenses"
},
{
"filter": "custom_property_is_in_list",
"property_name": "drivers_license",
"possible_values": ["C", "CE"]
},
{
"filter": "custom_property_contains",
"from_entity_property": "shift_regime_codes",
"to_entity_property": "desired_regime"
},
{
"filter": "custom_property_list_overlap",
"from_entity_property": "desired_industries",
"to_entity_property": "industries"
},
{
"filter": "custom_property_contains_element",
"property_name": "industries",
"property_value": "electronics"
},
{
"filter": "external_id_is_in_list",
"external_ids": [
"c350500-eb84-42dc-a79f-5e7b1fe897b7",
"b450500-eb84-42dc-a79f-5e7b1fe897c8"
]
}
]List of weights to be applied during matching. Currently, Skills match weight is the only supported weight for Job matching and is set to 1.0 by default.
[{ "weight": "skills_match", "value": 1 }]The maximum number of entities to calculate matches for. This controls how many source entities will be processed for matching calculations.
1 <= x <= 5010
The maximum number of matches to return per entity. This controls how many of the best matching results are returned for each source entity.
1 <= x <= 10010
The minimum threshold score to apply to match results. All matches with scores below this threshold will not be returned. Due to approximations for fast result-delivery, there might be records with a score slightly lower than the minimum.
0 <= x <= 10.7
The UUID of the entity to start pagination after. This is used for cursor-based pagination to retrieve the next page of results. Leave empty or null to start from the beginning.
1 - 100"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
When set to true, includes matches where the Employee is overqualified for the Job. Overqualified matches are those where the Employee's skill level significantly exceeds the requirements. This filter will only work if matching with skill properties is enabled on the tenant.
true
The minimum ratio of critical skills that must be matched. Only matches meeting or exceeding this ratio will be returned. When not provided, no critical skills ratio filtering is applied. This filter will only work if the "use_criticalities" feature flag is enabled.
0 <= x <= 10.8
OK
Note: When proficiency matching or criticality matching is enabled on the tenant, additional fields will be included in the response. See the PropertiesSimple and PropertiesExplained schemas for details on which fields are included.